home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
- # Copyright (c) 1990-1998 Enlighten Software Solutions, Inc.
- #
- # SID @(#)script2.sh 1.2 - 95/10/16
- #
-
- $ENLIGHTEN/bin/ban "This is" | egrep -v '^[ ]*$'
- echo
- $ENLIGHTEN/bin/ban "Script #2" | egrep -v '^[ ]*$'
-
- if test `echo -n | wc -l` -eq 0
- then
- echo -n "Hit Enter/Return to continue"
- else
- echo "Hit Enter/Return to continue\c"
- fi
- read ans
-